home *** CD-ROM | disk | FTP | other *** search
- #
- # Filesystem Tools
- #
- filesys_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.2 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Filesystem Tools 1/2] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " Partition Tools "
- set textColor = color[white on cyan]
- print " [F1] Ranish Partition Manager V2.44 [F7] XFDISK V0.9.3b (Extended FDISK) "
- print " [F2] SPFDISK 2000-03q (Special FDISK) [F8] TestDisk V5.5 (Check/undelete) "
- print " [F3] Partition Resizer V1.3.4 [F9] Partition Saving V2.91 "
- print " [F4] Free FDISK V1.2.1 [1] MBRtool V2.2.100 "
- print " [F5] MBRWork V1.07b [2] FIPS V2.0 "
- print " [F6] Active@ Partition Recovery V2.1.1 "
- print " "
- set textColor = color[yellow on cyan]
- print " Boot Managers "
- set textColor = color[white on cyan]
- print " [3] Smart BootManager V3.7R1 [5] GAG V4.5d "
- print " [4] Gujin V0.9 [6] XOSL V1.1.5 "
- print " "
- set textColor = color[yellow on cyan]
- print " File Managers "
- set textColor = color[white on cyan]
- print " [7] DOS Navigator V4.9.0 [8] File Maven V3.5a "
- print " "
- print " "
- set textColor = color[blue on cyan]
- print " >>> Press [Space] for more filesystem tools ... "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[white on blue]
- print " Please select an item (ESC to return to previous menu) "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey 500 script boothdd0.scn
- clear
- if ($lastKey == key[f1]); then memdisk \images\ranish.igz
- if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\spfdisk\startup.bat
- if ($lastKey == key[f3]); then bcdw \images\freedos.img \dosapps\presizer\startup.bat
- if ($lastKey == key[f4]); then bcdw \images\freedos.img \dosapps\fdisk\startup.bat
- if ($lastKey == key[f5]); then bcdw \images\freedos.img \dosapps\mbrwork\startup.bat
- if ($lastKey == key[f6]); then bcdw \images\freedos.img \dosapps\pr\startup.bat
- if ($lastKey == key[f7]); then bcdw \images\freedos.img \dosapps\xfdisk\startup.bat
- if ($lastKey == key[f8]); then bcdw \images\freedos.img \dosapps\testdisk\startup.bat
- if ($lastKey == key[f9]); then bcdw \images\freedos.img \dosapps\savepart\startup.bat
- if ($lastKey == key[1]); then bcdw \images\freedos.img \dosapps\mbrtool\startup.bat
- if ($lastKey == key[2]); then bcdw \images\freedos.img \dosapps\fips\startup.bat
- if ($lastKey == key[3]); then memdisk \images\smrtboot.igz
- if ($lastKey == key[4]); then memdisk \images\gujin.igz
- if ($lastKey == key[5]); then memdisk \images\gag.igz
- if ($lastKey == key[6]); then bcdw \images\freedos.img \dosapps\xosl\startup.bat
- if ($lastKey == key[7]); then bcdw \images\freedos.img \dosapps\dosnavig\startup.bat
- if ($lastKey == key[8]); then bcdw \images\freedos.img \dosapps\fmaven\startup.bat
- if ($lastKey == key[space]); then script filesys2.scn
- if ($lastKey == key[esc]); then script main.scn
- goto filesys_menu
-
-